home *** CD-ROM | disk | FTP | other *** search
/ Freelog 97 / FreelogNo97-MaiJuin2010.iso / Graphisme / 7capture / 7capture-setup.exe / {app} / 7capture.exe / 0 / RCDATA / TFRMABOUT / TFRMABOUT.txt < prev   
Text File  |  2010-02-20  |  3KB  |  127 lines

  1. object frmAbout: TfrmAbout
  2.   Left = 0
  3.   Top = 0
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'About 7capture'
  7.   ClientHeight = 398
  8.   ClientWidth = 306
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Tahoma'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poOwnerFormCenter
  17.   OnCreate = FormCreate
  18.   OnKeyPress = FormKeyPress
  19.   DesignSize = (
  20.     306
  21.     398)
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object Panel1: TPanel
  25.     Left = 0
  26.     Top = 0
  27.     Width = 306
  28.     Height = 356
  29.     Align = alTop
  30.     Anchors = [akLeft, akTop, akRight, akBottom]
  31.     BevelOuter = bvNone
  32.     FullRepaint = False
  33.     TabOrder = 0
  34.     DesignSize = (
  35.       306
  36.       356)
  37.     object imgBack: TImage
  38.       Left = 0
  39.       Top = 0
  40.       Width = 306
  41.       Height = 356
  42.       Align = alClient
  43.       Picture.Data = {<image000.jpg>}
  44.       ExplicitHeight = 369
  45.     end
  46.     object lCopyright: TLabel
  47.       Left = 7
  48.       Top = 178
  49.       Width = 291
  50.       Height = 27
  51.       Anchors = [akLeft, akTop, akRight]
  52.       AutoSize = False
  53.       Caption = '7capture Copyright '#169' 2010 by IBE Software. All Rights Reserved.'
  54.       Font.Charset = ANSI_CHARSET
  55.       Font.Color = clWindowText
  56.       Font.Height = -11
  57.       Font.Name = 'Verdana'
  58.       Font.Style = []
  59.       ParentFont = False
  60.       Transparent = True
  61.       WordWrap = True
  62.     end
  63.     object lLegal: TLabel
  64.       Left = 7
  65.       Top = 209
  66.       Width = 291
  67.       Height = 92
  68.       Anchors = [akLeft, akTop, akRight]
  69.       AutoSize = False
  70.       Caption = 
  71.         'Portions of Graphics32 and TBX '#169' 2001-2004 by Alex A. Denisov. A' +
  72.         'll rights reserved. PNGDelphi '#169' 2004 by Gustavo Daud. All rights' +
  73.         ' reserved. JVCL portions are licensed from Project JEDI, and the' +
  74.         ' source code can be obtained from http://jvcl.sourceforge.net. V' +
  75.         'irtual TreeView '#169' 1999-2004 by Mike Lischke. All rights reserved' +
  76.         '.'
  77.       Font.Charset = ANSI_CHARSET
  78.       Font.Color = clWindowText
  79.       Font.Height = -9
  80.       Font.Name = 'Verdana'
  81.       Font.Style = []
  82.       ParentFont = False
  83.       Transparent = True
  84.       WordWrap = True
  85.     end
  86.     object lblversion: TMemo
  87.       Left = 7
  88.       Top = 314
  89.       Width = 291
  90.       Height = 36
  91.       Anchors = [akLeft, akRight, akBottom]
  92.       BorderStyle = bsNone
  93.       Font.Charset = ANSI_CHARSET
  94.       Font.Color = clWindowText
  95.       Font.Height = -11
  96.       Font.Name = 'Verdana'
  97.       Font.Style = []
  98.       Lines.Strings = (
  99.         '7capture version info...')
  100.       ParentFont = False
  101.       ReadOnly = True
  102.       TabOrder = 0
  103.     end
  104.   end
  105.   object btnOK: TButton
  106.     Left = 164
  107.     Top = 365
  108.     Width = 134
  109.     Height = 25
  110.     Anchors = [akBottom]
  111.     Caption = 'OK'
  112.     Default = True
  113.     ModalResult = 1
  114.     TabOrder = 1
  115.   end
  116.   object btnWebSite: TButton
  117.     Left = 5
  118.     Top = 365
  119.     Width = 132
  120.     Height = 25
  121.     Anchors = [akBottom]
  122.     Caption = 'WebSite...'
  123.     TabOrder = 2
  124.     OnClick = btnWebSiteClick
  125.   end
  126. end
  127.